home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / DirectInput / DIConfig / main.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-09-27  |  466 b   |  19 lines

  1. //-----------------------------------------------------------------------------
  2. // File: main.h
  3. //
  4. // Desc: Contains global data and DllMain.
  5. //
  6. // Copyright (C) Microsoft Corporation. All Rights Reserved.
  7. //-----------------------------------------------------------------------------
  8.  
  9. #ifndef __CFGUI_MAIN_H__
  10. #define __CFGUI_MAIN_H__
  11.  
  12.  
  13. extern HMODULE g_hModule;
  14. extern long g_cComponents;
  15. extern long g_cServerLocks;
  16.  
  17.  
  18. #endif //__CFGUI_MAIN_H__
  19.